home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual 85
/
CD Actual 85 Febrero 2004.iso
/
Experto
/
Apache
/
apache_2.0.48-win32-x86-no_ssl.msi
/
Data.Cab
/
F251792_ap_compat.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2001-05-23
|
297 b
|
13 lines
#ifndef AP_COMPAT_H
#define AP_COMPAT_H
/* Drag in apu (and therefore apr) renamed symbols */
#include "apu_compat.h"
/* redefine 1.3.x symbols to the new symbol names */
#define MODULE_VAR_EXPORT AP_MODULE_DECLARE_DATA
#define ap_send_http_header(r) ;
#endif /* AP_COMPAT_H */